Skip to content

fuzzyset2: add build-fuzzyset2.yml for riscv64 wheels - #1220

Merged
luhenry merged 1 commit into
mainfrom
fuzzyset2
Sep 7, 2026
Merged

fuzzyset2: add build-fuzzyset2.yml for riscv64 wheels#1220
luhenry merged 1 commit into
mainfrom
fuzzyset2

Conversation

@luhenry

@luhenry luhenry commented Sep 7, 2026

Copy link
Copy Markdown
Member

Compiles the cfuzzyset Cython extension (a C-accelerated FuzzySet, alongside the pure-Python fallback), both backed by rapidfuzz. Upstream publishes no riscv64 wheel.

Mirrors upstream's deploy.yml build-wheels job.

Differs from upstream

  • Build-from-checkout only for riscv64 manylinux - upstream's own skip already excludes musllinux.
  • PIP_EXTRA_INDEX_URL points build-time Cython resolution at our registry, which already carries a riscv64 wheel.

Testing

  • Same as upstream (tests/test_simple.py), plus a check that cfuzzyset actually compiled.

License: OK, nothing third-party vendored.

Built locally on x86_64 (cp39): pip wheel succeeds, and all 4 tests pass (FuzzySetTests and CFuzzySetTests, both pure-Python and compiled).

Ports fuzzyset2 (Cython cFuzzySet extension over a pure-Python
FuzzySet, both backed by rapidfuzz) to riscv64. Build-from-checkout
shape mirroring upstream's own cibuildwheel-based deploy.yml, no
vendored native deps; tested against upstream's tests/test_simple.py,
which exercises both the pure-Python and compiled implementations.
luhenry added a commit that referenced this pull request Sep 7, 2026
@luhenry
luhenry merged commit 8f8f314 into main Sep 7, 2026
9 checks passed
@luhenry
luhenry deleted the fuzzyset2 branch September 7, 2026 08:24
@luhenry luhenry linked an issue Sep 7, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fuzzyset2 riscv64 support

1 participant